home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / features / nikie.dir / 00066.ls < prev    next >
Encoding:
Text File  |  1997-01-12  |  430 b   |  17 lines

  1. on exitFrame
  2.   global IQcursor
  3.   sound stop 1
  4.   sound stop 2
  5.   puppetSound(0)
  6.   clearCursors()
  7.   set the cursor of sprite 6 to IQcursor
  8.   set the cursor of sprite 7 to IQcursor
  9.   set the cursor of sprite 8 to IQcursor
  10.   set the cursor of sprite 9 to IQcursor
  11.   set the cursor of sprite 10 to IQcursor
  12.   set the cursor of sprite 11 to IQcursor
  13.   repeat with i = 30 to 38
  14.     set the cursor of sprite i to IQcursor
  15.   end repeat
  16. end
  17.